Applications

Applications are implementations of XObject for concrete Java classes. There are several classes from the java.util package for which applications exist. These existing applications are:

  • XCollection.java

    This application works for most of the classes that implements the java.util.Collection interface. XType is configured and has proven to work for the following java classes:
    • java.util.List
    • java.util.Vector
    • java.util.SortedList
  • XMap.java

    This application works for most of the classes that implements the java.util.Map interface. XType is configured and has proven to work for the following java classes:
    • java.util.HashMap
    • java.util.Set
  • XHashtable.java

    This is a special application for the java.util.Hashtable class.